cPanel Config

Loan Manager

levitraCialisZappos

Welcome to cPanelConfig the fastest growing cPanel configuration and troubleshooting guide on the internet. Please take the time and register. We would love to have your contribution to this completely free cPanel resource. We are updating this daily so be sure to visit us on a regular basis.

Enabling passive ftp in Pure-FTPd

1 Star2 Stars3 Stars4 Stars5 Stars (No Ratings Yet)
Loading ... Loading ...

Posted by yolau

For users that are behind a firewall it might be required that you enable passive ftp in your ftp server and client.

While enabling passive ftp in your ftp client is simple, doing so in your ftp server configuration files might be a bit tricky if you don’t know what you are doing.

This tutorial will cover Pure-FTPd, the ftp server used on most cPanel powered servers.

Here are the steps that you will have to fallow so that you enable passive FTP.

  1. Login to your server using a ssh client
  2. Open the Pure-FTPd configuration file in your favorite editor (I always use nano)
  3. nano /etc/pure-ftpd.conf

  4. Uncomment the line that starts with PassivePortRange and add:
  5. PassivePortRange 61001 65535

  6. Restart Pure-FTPd with the command:
  7. service pure-ftpd restart

  8. If you use a firewall don’t forget to allow inbound connections on the newly added ports
Share this:
  • Digg
  • del.icio.us
  • Slashdot
  • StumbleUpon
  • Netvouz
  • DZone
  • ThisNext
  • MisterWong
  • Wists
  • De.lirio.us
  • Furl
  • MyShare
  • Smarking
  • Technorati
  • YahooMyWeb

If you enjoyed this post, make sure you subscribe to my RSS feed!

2 Responses to “Enabling passive ftp in Pure-FTPd”

  1. Looks like the ftp server configuration is being overwritten every day at 00:00, so this will not work.
    The cpanel’s internal ftp configuration editor though does not have access to many options.

  2. It’s a good get around for temporary access.

Leave a Reply